home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00483.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  617 b   |  30 lines

  1. on exitFrame
  2.   global girly, rainy
  3.   set girly to 0
  4.   set the visible of sprite 3 to 1
  5.   preLoadCast(127)
  6.   preLoadCast(115)
  7.   preLoadCast(125)
  8.   preLoadCast(105)
  9.   preLoadCast(123)
  10.   preLoadCast(248)
  11.   preLoadCast(481)
  12.   preLoadCast(477)
  13.   preLoadCast(479)
  14.   preLoadCast(132)
  15.   repeat with x = 16 to 18
  16.     if rollOver(x) then
  17.       set the visible of sprite x to 0
  18.       next repeat
  19.     end if
  20.     set the visible of sprite x to 0
  21.   end repeat
  22.   repeat with x = 5 to 9
  23.     if rollOver(x) then
  24.       set the visible of sprite x to 0
  25.       next repeat
  26.     end if
  27.     set the visible of sprite x to 0
  28.   end repeat
  29. end
  30.